/* ====== 其它公共部分 start====== */

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


/*  ====== 网页背景色  start ======*/

.bgcolorf8f8f8 {
    background-color: #f8f8f8;
}


/*  ====== 网页背景色  end ======*/

.clearfix:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix:before {
    height: 0px;
    width: 0px;
    display: none;
}


/* ====== 网页的宽度 start ======*/

.public_width {
    width: 90%;
    max-width: 1680px;
    margin: auto;
}

.width1660 {
    max-width: 100%;
    min-width: 1660px;
    margin: 0px auto;
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    margin: 0px auto;
}

.width840 {
    width: 840px;
    margin: 0px auto;
}

.width600 {
    width: 840px;
    margin: 0px auto;
}

.width320 {
    width: 320px;
    margin: 0px auto;
}

@media (max-width: 767px) {
    body {
        padding-top: 55px !important;
    }
    .mobileWidth100 {
        width: 100%;
    }
    .mobilePublic_top {
        background: rgb(255, 255, 255);
        height: 55px;
        line-height: 55px;
        position: fixed;
        z-index: 999999;
        left: 0px;
        top: 0px;
        box-sizing: border-box;
        padding-left: 4%;
    }
    .width1660 {
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
    }
    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width840 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .width320 {
        width: 100%;
    }
}

@media(max-width:368px) {
    body {
        padding-top: 50px !important;
    }
}


/* ====== 网页的宽度 end ======*/


/* ====== 鼠标hover效果 start ======*/

.hover_style {
    transition: all 0.6s;
    cursor: pointer;
}


/* 放大效果 */

.hover_magnify:hover {
    transform: scale(1.05);
}


/* 向上移动效果 */

.hover_top:hover {
    transform: translateY(-20px);
}


/* ===== 动画过度效果 star ======*/

.transition {
    transition: all 1s;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    /* Firefox 4 */
    -webkit-transition-duration: 1s;
    /* Safari 和 Chrome */
    -o-transition-duration: 1s;
    /* Opera */
}

.transition800ms {
    transition: 800ms ease all;
    transition: 800ms ease all;
    transition-duration: 800ms ease all;
    -moz-transition-duration: 800ms ease all;
    /* Firefox 4 */
    -webkit-transition-duration: 800ms ease all;
    /* Safari 和 Chrome */
    -o-transition-duration: 800ms ease all;
    /* Opera */
}

.animation {
    -webkit-animation: circle 3s linear 1s 1;
    /* Safari and Chrome */
    animation: circle 3s linear 1s 1;
}

@-webkit-keyframes circle {
    /* Safari and Chrome */
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


/* ===== 动画过度效果 end ======*/

@media (max-width: 768px) {
    /* 放大效果 */
    .hover_magnify:hover {
        transform: scale(1);
    }
    /* 向上移动效果 */
    .hover_top:hover {
        transform: translateY(0px);
    }
}


/* ====== 鼠标hover效果 end ======*/


/* ====== 优化滚动条样式 start ====== */

.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: transparent;
    border-radius: 4px;
}


/* ====== 优化滚动条样式 end ====== */


/* ====== 公共的类 ====== */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ====== 公共的类 end ====== */


/* ====== 其它公共部分 end ====== */


/*  ====== swiper按钮样式 start ====== */

.white_swiper_prev {
    left: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_left_white.png) no-repeat;
    background-size: 100% auto;
}

.gry_swiper_prev {
    left: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_left_gry.png) no-repeat;
    background-size: 100% auto;
}

.black_swiper_prev {
    left: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_left_black.png) no-repeat;
    background-size: 100% auto;
}

.contactus_swiper_prev {
    left: 742px;
    top: 210px;
    margin-top: 0px;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_left_contactus.png) no-repeat;
    background-size: 100% auto;
}

.white_swiper_prev:hover,
.gry_swiper_prev:hover,
.black_swiper_prev:hover,
.contactus_swiper_prev:hover {
    background: url(../images/swipe_left_hover.png) no-repeat;
    background-size: 100% auto;
}

.white_swiper_next {
    right: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_right_white.png) no-repeat;
    background-size: 100% auto;
}

.gry_swiper_next {
    right: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_right_gry.png) no-repeat;
    background-size: 100% auto;
}

.black_swiper_next {
    right: 5%;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_right_black.png) no-repeat;
    background-size: 100% auto;
}

.contactus_swiper_next {
    right: 0px;
    top: 80px;
    margin-top: 0px;
    width: 92px;
    height: 93px;
    background: url(../images/swiper_right_contactus.png) no-repeat;
    background-size: 100% auto;
}

.white_swiper_next:hover,
.gry_swiper_next:hover,
.black_swiper_next:hover,
.contactus_swiper_next:hover {
    background: url(../images/swiper_right_hover.png) no-repeat;
    background-size: 100% auto;
}

.black_swiper_next:focus,
.black_swiper_prev:focus {
    outline: none;
}

@media (max-width: 767px) {
    .black_swiper_prev,
    .black_swiper_next,
    .gry_swiper_prev,
    .gry_swiper_next,
    .white_swiper_prev,
    .white_swiper_next,
    .contactus_swiper_prev,
    .contactus_swiper_next {
        width: 70px;
        height: 71px;
        display: none;
    }
}


/* ====== swiper按钮样式 end ====== */


/*  ====== 公共头部 start ====== */

.public_top {
    height: 100px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.public_top.whitebg,
.public_top:hover {
    background: #fff;
    transition: all 0.5s;
    border-bottom: 1px solid #f7f7f7;
    opacity: 0.8;
}

.public_header {
    margin: auto;
}

.public_headerLogo {
    width: auto;
    height: 58px;
    float: left;
    cursor: pointer;
    margin: 21px 0px;
}

.public_headerLogo img {
    width: auto;
    height: 100%;
}

.public_headerNav {
    width: auto;
}

.public_headerNav li {
    position: relative;
    float: left;
    width: auto;
    margin: 0 25px;
}

.public_headerNav li a {
    display: block;
    height: 100px;
    width: auto;
    line-height: 100px;
    color: #fff;
    position: relative;
    font-size: 20px;
}

.public_headerNav li a:after {
    content: "";
    width: 0px;
    height: 2px;
    background: #D5BB4D;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    margin: auto;
    transition: all 0.5s;
}

.public_headerNav li a:hover,
.public_headerNav li.navActive a {
    color: #D5BB4D;
}

.public_headerNav li a:hover:after,
.public_headerNav li.navActive a:after {
    width: 32px;
    display: block;
}

.navBar {
    width: 56px;
    height: 56px;
    background: url(../images/openNav_white.png) no-repeat center center;
    display: none;
    margin-top: 22px;
}

.navBar:hover,
.public_top.whitebg .navBar:hover {
    background: url(../images/openNav_yel.png) no-repeat center center;
}

.navBar.closeBar {
    background: url(../images/closeNav_white.png) no-repeat center center;
}

.navBar.closeBar:hover,
.public_top.whitebg .navBar.closeBar:hover {
    background: url(../images/closeNav_yel.png) no-repeat center center;
}

.public_top.whitebg .navBar {
    background: url(../images/openNav_gry.png) no-repeat center center;
}

.public_top.whitebg .navBar.closeBar {
    background: url(../images/closeNav_gry.png) no-repeat center center;
}

.public_top.whitebg a,
.public_top:hover a {
    color: #666;
}

.public_header_subtitle {
    width: 240px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    top: 100px;
    left: -77px;
    display: none;
    padding: 20px 0px;
}

.public_headerNav li .public_header_subtitle a {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
}

.public_headerNav li .public_header_subtitle a:after {
    display: none;
}

.public_headerNav li .public_header_subtitle a:hover {
    color: #D5BB4D;
    background: #f7f1db;
}

.public_headerNav li:hover .public_header_subtitle {
    display: block;
}

.mobilePublic_topNav {
    z-index: 999999;
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 55px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden;
    overflow-y: auto;
}

.mobilePublic_topNav ul li {
    height: auto;
    padding: 0px;
    line-height: 55px;
    border-top: 1px solid #eaeaea;
    background: #fff;
}

.mobilePublic_topNav ul li a {
    padding: 0px 4%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #333;
}

@media (max-width: 767px) {
    .mobilePublic_topLogo,
    .mobilePublic_topLogo img {
        width: 150px;
        height: auto;
        display: block;
        float: left;
    }
    .mobilePublic_topLogo {
        margin-top: 12px;
    }
    /* ====== 移动端右边点击菜单按钮 start ======= */
    .mobleMenu_button {
        float: right;
        display: block;
        width: 55px;
        height: 55px;
        background: linear-gradient(83deg, #D2B849, #EFD773);
        line-height: 55px;
        text-align: center;
    }
    .mobleLines_button {
        display: inline-block;
        padding: 0px;
        border: none;
        background-color: transparent;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        user-select: none
    }
    .mobleLines {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        transform: translateY(-5px)
    }
    .mobleLines:after,
    .mobleLines:before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #fff;
        content: '';
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform-origin: 0px center;
        transform-origin: 0px center;
    }
    .mobleLines:before {
        top: 10px
    }
    .mobleLines:after {
        top: -10px
    }
    .mobleMenu_button:hover .mobleLines,
    .mobleMenu_button:hover .mobleLines:after,
    .mobleMenu_button:hover .mobleLines:before {
        background-color: #fff
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines {
        background: 0 0
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:after,
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:before {
        top: 0px;
        width: 31px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:before {
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        left: -5px;
    }
    .mobleMenu_button.on .mobleLines_button.x .mobleLines:after {
        background: #fff;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        left: -5px;
    }
    /* ====== 移动端右边点击菜单按钮 end ======= */
}

@media (max-width: 368px) {
    .mobilePublic_top {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }
    .mobilePublic_topLogo {
        margin-top: 7px;
    }
    .mobleLines {
        transform: translateY(-10px);
    }
    .mobilePublic_topNav {
        top: 50px;
    }
    .mobilePublic_topNav ul li {
        line-height: 40px;
    }
}


/* ====== 公共头部 end  ====== */


/* ====== 公共底部 start  ====== */

.public_footer {
    width: 100%;
    height: 41%;
    overflow: hidden;
    background: #F7F7F7;
}

.public_footer_top {
    margin: auto;
    padding: 70px 0px 80px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
}

.public_footerCompany {
    width: 350px;
    overflow: hidden;
}

.public_footerCompany a {
    display: block;
    width: 196px;
    height: auto;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 5px;
}

.public_footerCompany a img {
    display: block;
}

.public_footerCompany p,.public_footerCompany a {
    color: #DAB82D;
    font-family: "Repair-Bold";
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 100%;

}

.public_footerPhoneIcon{
    margin-right: 15px;
}

.public_footerCompany a .public_footerPhoneIcon img{
    position: relative;
    top:2px;
}

.public_footerCompany p i ,.public_footerCompany a i {
    float: left;
    /*height: 50px;*/
    display: inline-block;
    float: left;
    /*line-height: 50px;*/
    font-style: inherit;
}



.public_footerCompany p i img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top:3px
}

.public_footerMassage {
    width: 70%;
}

.public_footerMassage ul {
    width: 80%;
    overflow: hidden;
}

.public_footerMassage li {
    float: left;
    width: 25%;
    margin: 0px;
    box-sizing: border-box;
}

.public_footerMassage li h4 {
    width: 100%;
    color: #999;
    height: 51px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
}

.public_footerMassage li h4:after {
    content: "";
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #D4B63C;
    bottom: 0;
}

.public_footerMassage li p {
    color: #666;
    line-height: 30px;
}

.public_footerMassage li p a {
    color: #666;
}

.public_footerMassage li p a:hover {
    color: #D4B63C;
}

.public_footerEwm {
    width: 146px;
    height: 146px;
}

.public_footerEwm img {
    display: block;
}

.public_footer_bt {
    padding: 30px 0px;
    overflow: hidden;
}

.public_footerAuth {
    width: 65%;
}

.public_footerAuth span {
    float: left;
    margin-right: 40px;
    line-height: 20px;
    color: #999;
}

.public_footerAuth span a {
    color: #999;
}

.public_footerAuth span i {
    float: left;
    height: 20px;
    margin-right: 8px;
}

.public_footerLink {
    width: 20%;
}

.public_footerLink a {
    display: block;
    text-align: right;
    color: #666666;
    cursor: pointer;
}

.public_footerLink a i {
    width: 20px;
    height: 20px;
    background: url(../images/arrow_down_gry.png) no-repeat center center;
}

.public_footerLink a:hover {
    color: #D5BB4D;
}

.public_footerLink a:hover i {
    background: url(../images/arrow_down_yellow.png) no-repeat center center;
}

.public_returnTop {
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/returnTop.png) no-repeat 50% 50%;
    box-shadow: 0px 8px 24px 0px rgba(118, 118, 118, 0.2);
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 100;
}

@media (max-width: 767px) {
    .public_footer_top {
        width: 92%;
        padding: 35px 0px 20px;
    }
    .public_footerCompany {
        width: 70%;
    }
    .public_footerCompany a {
        width: 55%;
        margin-bottom: 10px;
        margin-top: 4px;
    }
    .public_footerCompany p ,.public_footerCompany a{
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        width: 100%;
    }
    .public_footerCompany p i ,.public_footerCompany a i {
        /*width: 26px;*/
        /*height: 26px;*/
        margin-right: 10px;
        margin-top: 2px;
        font-style: initial;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        float: left;
    }
    .public_footerMassage {
        width: 30%;
    }
    .public_footerEwm {
        width: 70px;
        height: 70px;
    }
    .mobilePublic_bt {
        width: 92%;
        margin: auto;
        border-top: 1px solid #ddd;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .mobilePublic_bt a {
        float: left;
        height: 50px;
        line-height: 50px;
        color: #999;
        width: 33.3%;
    }
    .mobilePublic_bt a:nth-child(1) {
        text-align: left;
    }
    .mobilePublic_bt a:nth-child(3) {
        text-align: right;
    }
    .public_returnTop {
        width: 50px;
        height: 50px;
        right: 15px;
    }
}


/* ====== 公共底部 end ====== */


/* ====== 内页banner start  ====== */

.public_banner {
    overflow: hidden;
    position: relative;
}

.public_banner img {
    width: 100%;
    height: auto;
    z-index: 1;
}

.public_bannerText {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
    color: #333;
    top: 50%;
    margin-top: -70px;
}

.public_bannerText h4 {
    width: 288px;
    padding: 0px 0px 33px;
    border-bottom: 1px solid;
    border-color: #cecece;
    font-weight: bolder;
    position: relative;
    margin: 0px;
}

.public_bannerText h4:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #d5bb4d;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.backBannerText h4:after {
    background: #fff;
}
.backBannerText h4 {
    color: #fff;
}
.backBannerText h3{
    color:#ebecef!important;
    border-color: #ebecef;
}
.public_bannerText h3 {
    font-family: Repair-Bold;
    padding: 30px 0px 0px 0px;
    color: #999;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .public_bannerText {
        margin-left: 0px;
        left: 0px;
        margin-top: -45px;
    }
    .public_bannerText h4 {
        padding-bottom: 15px;
        width: 150px;
    }
    .public_bannerText h3 {
        padding-top: 16px;
        font-size: 16px;
    }
    .public_bannerText h4:after {
        width: 46px;
        height: 2px;
    }
}


/* ====== 内页banner end ====== */


/* ====== 分页 start ====== */

.pages {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

.pages a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}


/* 静态样式 */

.staticEffect a {
    color: #666;
}


/* 鼠标经过 */

.pages_container {
    overflow: hidden;
    clear: both;
}

.hoverEffect a:hover {
    background-color: #D5BB4D;
    border: none;
    color: #fff;
}

.pages a.on {
    background-color: #f9f5e6;
    border: none;
    color: #D5BB4D;
}


/* 基础样式 */

.pages a {
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    overflow: hidden;
    background-color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.pages a img {
    width: 8px;
    height: 13px;
    position: relative;
    top: -2px;
}


/* 跳转到第一页 / 最后一页的 图片切换显示 */

.prev_pre:hover .pre_gray {
    display: none;
}

.prev_pre:hover .pre_red {
    display: inline;
}

.next_nex:hover .next_gray {
    display: none;
}

.next_nex:hover .next_red {
    display: inline;
}

.mobile_add_more {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.search_Page_ellipsis {
    cursor: pointer;
}

.search_Page {
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.search_Page_Input {
    border: 1px solid gray;
    height: 25px;
    width: 45px;
    padding-left: 10px;
}

@media (max-width:767px) {
    .public_detailH3:before {
        height: 20px;
        top: 4px;
        width: 3px;
    }
    .public_detailH3 {
        padding-left: 12px;
    }
    .public_detailCaseH3 {
        padding-left: 32px;
        background: url(../images/caseIcon_mobile.png) center left no-repeat;
        background-size: 22px 16px;
    }
    .pages_mobile {
        width: 100%;
        margin: 0px;
        margin-bottom: 0px;
        overflow: hidden;
    }
    .pages_mobile>a {
        display: block;
        width: 48%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #f7f7f7;
        float: left;
        color: #333;
    }
    .pages_mobile>a+a {
        margin-left: 4%;
    }
}


/* ====== 分页 end ====== */


/* ====== 上一篇 start ====== */

.blackList {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    overflow: hidden;
    font-size: 16px;
}

.blackList a {
    width: 580px;
    height: 50px;
    background: #F6F6F6;
    color: #999;
    line-height: 50px;
    padding: 0px 30px;
}

.blackList a span {
    /*max-width: 460px;*/
    max-width: 80%;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #D5BB4D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    position: relative;
    top: -2px;
}

.blackList a.nodata span {
    color: #999;
}

.blackList a.nodata:hover {
    background: #F6F6F6;
}

.blackList a:hover {
    background: #fbf8ed;
}

@media (max-width:767px) {
    .blackList {
        font-size: 14px;
        height: auto;
        margin: 20px 0px 0px;
    }
    .blackList a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .blackList a span {
        max-width: 80%;
    }
}


/* ====== 上一篇 end ====== */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.crumbs {
    margin: 0px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 69px;
    height: 69px;
    vertical-align: middle;
    text-align: left;
}

.crumbs_link {
    width: 44%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.crumbs>span {
    font-size: 22px;
}

.crumbs .crumbs_end {
    font-size: 16px;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #D5BB4D;
}

.crumbs a img {
    width: 17px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.crumbs_tab_list {
    width: 56%;
    text-align: right;
    height: 69px;
}

.crumbs_tab_list li {
    display: inline-block;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}

.crumbs_tab_list li a {
    width: auto;
    height: 69px;
    display: block;
    position: relative;
    line-height: 69px;
    color: #666;
}

.crumbs_tab_list li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 3px;
    background: #D5BB4D;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: all 0.5s;
}

.crumbs_tab_list li:hover a:after {
    width: 32px;
}

.crumbs_tab_list li.active a {
    color: #D5BB4D;
}

.crumbs_tab_list li.active a:after {
    width: 32px;
}

@media (max-width: 767px) {
    .mobileCrumbs_tabs {
        width: 100%;
        overflow: hidden;
        height: 80px;
    }
    .mobileCrumbs_tab_list {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        text-align: center;
        height: 80px;
    }
    .mobileCrumbs_tab_list::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .mobileCrumbs_tab_list li {
        display: inline-block;
        width: auto;
    }
    .mobileCrumbs_tab_list a {
        display: block;
        color: #666;
        width: auto;
        padding: 26px 18px 12px;
        position: relative;
        font-size: 16px;
    }
    .mobileCrumbs_tab_list a:after {
        content: "";
        display: block;
        position: absolute;
        background: #D5BB4D;
        display: block;
        bottom: 0px;
        width: 24px;
        height: 1px;
        left: 50%;
        margin-left: -12px;
        display: none;
    }
    .mobileCrumbs_tab_list li.active a:after {
        display: block;
    }
}


/* ====== 内页面包屑 end====== */


/* ====== 模块标题 start ====== */

.public_subtitle {
    text-align: center;
    color: #333;
}

.public_subtitle p {
    width: 100%;
    font-family: Repair-Light;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.public_subtitle h4 {
    width: 100%;
    color: #333;
    font-weight: bolder;
    /*margin: 15px 0px 0px;*/
    margin: 0px;
}

@media (max-width: 767px) {
    .public_subtitle p {
        letter-spacing: 1px;
    }
    .public_subtitle h4 {
        margin-top: 5px;
    }
}


/* ====== 模块标题 end ====== */


/* ====== 富文本外层div start ======*/

.rich_text {
    width: 100%;
    font-size: 18px;
    overflow: hidden;
    max-width: 1000px;
    margin: 0px auto;
}

.rich_text img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rich_text p{
    /*line-height: 30px;*/
    line-height: 2em;
}

/* ====== 富文本外层div end ======*/


/* ====== 宏大新闻和宏大党建列表 start ======*/

.public_newsContainer {
    padding-top: 100px;
    padding-bottom: 30px;
}

.public_news {
    margin-top: 20px;
    overflow: hidden;
}

.public_news ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.public_news li {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px;
    cursor: pointer;
}

.public_news li a {
    display: block;
}

.public_news_img {
    width: 320px;
    height: 240px;
    line-height: 240px;
    text-align: center;
    overflow: hidden;
}

.public_news_img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.public_news_info {
    width: 820px;
    overflow: hidden;
}

.public_news_info h4 {
    width: 100%;
    color: #999;
    font-family: Repair-Regular;
    margin: 0px 0px 24px;
}

.public_news_info h4 span {
    color: #333;
    margin-right: 10px;
    font-size: 24px;
}

.public_news_info h2 {
    width: 80%;
    color: #333;
    font-weight: bolder;
    margin: 0px 0px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.public_news_info p {
    width: 100%;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.public_news_info .morebtn {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: #666;
    border-bottom: 1px solid #ccc;
    background: url(../images/right_short_gry.png) no-repeat right center;
    font-style: normal;
}

.public_news li:hover {
    background: #fbf8ed;
}

.public_news li:hover .public_news_info h4,
.public_news li:hover .public_news_info h4 span,
.public_news li:hover .public_news_info h2,
.public_news li:hover .public_news_info a {
    color: #D5BB4D;
}

.public_news li:hover .public_news_info .morebtn {
    border-bottom: 1px solid #D5BB4D;
    color: #D5BB4D;
    background: url(../images/right_short_yellow.png) no-repeat right center;
}

@media (max-width: 767px) {
    .public_newsContainer {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .public_news {
        margin-top: 20px;
    }
    .public_news li {
        padding: 0px;
        margin-bottom: 20px;
    }
    .public_news li:hover {
        background: none;
    }
    .public_news_img,
    .public_news_info {
        width: 100%;
        height: auto;
    }
    .public_news_img img {
        width: 100%;
    }
    .public_news_info {
        margin-top: 10px;
    }
    .public_news_info h4 {
        margin-bottom: 10px;
    }
    .public_news_info h2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .public_news_info .morebtn {
        margin-top: 0px;
        /* float: right; */
        height: 40px;
        line-height: 40px;
    }
    .public_news .pages_container {
        width: 92%;
        margin: auto;
    }
}


/* ====== 宏大新闻和宏大党建列表 end ======*/


/* ====== 宏大新闻和宏大党建详情 start ======*/

.public_newsDetail {
    padding-top: 70px;
    padding-bottom: 30px;
}

.public_newsDetail h2 {
    width: 100%;
    color: #333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.public_newsDetail p {
    width: 100%;
    color: #333;
    /*padding-bottom: 25px;*/
   /* border-bottom: 1px solid #eee;*/
   /* margin-bottom: 25px;*/
}

.public_newsDetail p span {
    color: #999;
    font-family: Repair-Bold;
    margin: 0px 40px;
    padding-left: 28px;
}

.public_newsDetail p span.calendar {
    background: url(../images/calendar.png) no-repeat left center;
}

.public_newsDetail p span.eye {
    background: url(../images/eye.png) no-repeat left center;
}

@media (max-width: 767px) {
    .public_newsDetail {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .public_newsDetail h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .public_newsDetail p span {
        margin: 0px 10px;
    }
    .public_newsDetail p {
        padding-bottom: 15px;
    }
}


/* ====== 宏大新闻和宏大党建详情 end ======*/


/* ====== 宏大频道和代表项目上方轮播 start ======*/

.videoContainer {
    padding: 100px 0px 30px;
    overflow: hidden;
}

.video_list {
    margin: 60px auto;
    overflow: hidden;
    position: relative;
}

.video_list .swiper-container {
    width: 720px;
    margin: auto;
    overflow: visible;
}

.video_cover {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.video_cover img {
    display: block;
}

.swiper-slide .videobtn {
    position: absolute;
    bottom: 22px;
    right: 30px;
    width: 34px;
    height: 34px;
    z-index: 4;
}

.swiper-slide a {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
}

.swiper-slide a p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 23px 100px 23px 30px;
    font-weight: bolder;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    z-index: 5;
    display: none;
}

.mask_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    background: url(../images/news/mask_bottom.png) repeat-x left bottom;
    display: none;
}

.swiper-slide-active a p {
    display: block;
}

.swiper-slide-active .mask_box {
    display: block;
}

@media (max-width: 767px) {
    .videoContainer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .video_list {
        margin: 20px auto;
        overflow: hidden;
        width: 92%;
        padding: 0px;
    }
    .video_list .swiper-container {
        width: 92%;
    }
    .swiper-slide a p {
        padding: 5px 60px 10px 15px;
    }
    .swiper-slide .videobtn {
        width: 24px;
        height: 24px;
        bottom: 14px;
        right: 15px;
    }
}


/* ====== 宏大频道和代表项目上方轮播 end ======*/
/*======= 内边距 top start===========*/
.ptop_20{
    padding-top: 20px !important;
}
/*======= 内边距 top end===========*/
/*========= 分页 前往第几页 start==========*/
.goNumPage{
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}
.goText{
    font-size: 16px;
    color: #666;
    padding-right: 15px;
}
.numBox{
    width: 95px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    text-align: center;
    padding: 0px 10px;
    font-size: 20px;
}
.goText{
    font-size: 16px;
    color: #666;
    padding-left: 17px;
    padding-right: 19px;
}
.toNumber{
    width: 95px;
    height: 36px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    border: none;
}
.toNumber:hover{
    background-color: #f9f5e6;
    border: none;
    color: #D5BB4D;
}
.toNumber:focus{
    background-color: #f9f5e6;
    border: none;
    color: #D5BB4D;
}
/*========= 分页 前往第几页 start==========*/
.pmbottom{
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    text-align: center;
}
